home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000072_news@columbia.edu_Fri Dec 8 23:18:05 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA22870
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun>); Sat, 9 Dec 1995 06:41:15 -0500
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.6.12/8.6.12) id GAA01742 for kermit.misc@watsun; Sat, 9 Dec 1995 06:41:12 -0500
  4. Path: news.columbia.edu!spcuna!news.wctc.net!chi-news.cic.net!newsfeed.internetmci.com!usenet.eel.ufl.edu!freenet4.freenet.ufl.edu!afn10375
  5. From: afn10375@freenet4.freenet.ufl.edu (David A. Johns)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: MSKermit 3.14 & Net/windoze setup
  8. Date: 8 Dec 1995 23:18:05 GMT
  9. Lines: 34
  10. Message-Id: <4aah3d$kji@huron.eel.ufl.edu>
  11. References: <m2u43dsbz9.fsf@nevyn.realize.com.au>
  12.  <1995Dec7.173422.69080@cc.usu.edu>
  13. Nntp-Posting-Host: freenet4.afn.org
  14. X-Newsreader: NewsWerthy 1.71 (unregistered)
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In <1995Dec7.173422.69080@cc.usu.edu>, jrd@cc.usu.edu (Joe Doupnik) wrote:
  18.  
  19. #         If you review the documentation in the MSK release we
  20. #   say clearly that one may not run two or more protocol stacks
  21. #   of the same kind over the same board at the same time. I think
  22. #   that resolves the difficulty.
  23.  
  24. Those docs also mention pktmux -- a packet driver substitute that
  25. allows exactly what you're talking about -- although you don't
  26. "recommend or support" it.
  27.  
  28. For the record, I've been using pktmux for a couple of months now,
  29. with various programs running through winsock plus MSKermit, CUTCP
  30. FTP, and a specialized DOS program to access an educational database
  31. all on their own TCP stacks.  I haven't had any problems attributable
  32. to this setup yet.
  33.  
  34. I believe the secret of success with using multiple stacks over pktmux
  35. is assigning each stack its own interrupt address, so that no program
  36. has to search for the packet driver.  Every program I've tried so far
  37. has allowed this except for DOSLynx, which doesn't have much to
  38. recommend it in any case.  But I allow DOSLynx to have interrupt 60,
  39. and just assign higher numbers to all the other programs, including
  40. Trumpet Winsock.
  41.  
  42. Trumpet, by the way, will only work with pktmux version 1.2h, which
  43. Simtel has.  Some sites, including CICA, carry 1.2c, which will not
  44. work.
  45.  
  46. In any case, this setup has allowed me to telnet with Kermit, a much
  47. more sophisticated program than any Windows program I've found, and
  48. still have FTP and Netscape available.
  49.  
  50. David Johns